<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.list-con{
    background: #fff;
    padding: 10px;
}
.touxiang{
    margin: 20px 50px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.touxiang img{
    max-width: 100px;
}
.info{
    padding-top: 45px;
    text-align: center;
}
.username{
    text-align: center;
    font-size: 32px;
    line-height: 111px;
    color: #2ba245;
    vertical-align: middle;
}
.viple{
    text-align: center;
    margin-bottom: 5px;
}
.mobile{
    text-align: center;
    margin-bottom:50px;
}
.vip {
    text-align: center;
    border-radius: 8px;
    padding: 40px 20px;
    /* background: #dcffe4;#f4f5d6 */
    background: #f4f5d6;
}
.vip-name {
    font-size: 26px;
    font-weight: 600;
    /* color: #2ba245; */
    color: #d9af43;
}
.vip-price {
    font-size: 20px;
    color: #b88758;
}
.vip-box{
    padding: 30px;
}
.page-title{
    font-size: 20px;
    padding: 15px 10px;   
}
.layui-form-label{
    width: 120px;
}
.layui-input-block {
    margin-left: 125px;
    min-height: 36px;
}
.num{
    text-align: center;
}
.sidebar{
    position: fixed;
    bottom: 150px;
    right: 10px;
}
.addmessage{
    display: inline-block;
    text-align: center;
    line-height: 58px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #2ba245;
    color: #ffffff;
    font-size: 15px;
}
.addmessage:hover{
    display: inline-block;
    text-align: center;
    line-height: 58px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #2ba245;
    opacity: 0.8;
    color: #ffffff;
    font-size: 15px;
}
.msgtitle{
    margin: 10px 0;
}
.layui-upload-list img{
    height: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.saoma{
    background: #fff;
    padding: 50px;
    text-align: center;
}
.fanhui{
    display: block;
    color: #000;
}
.saoma-title{
    color: #2ba245;
    font-size: 20px;
    margin: 10px;
    font-weight: 600
}
.saoma-des{
    font-size: 16px;
    margin-bottom: 20px;
}
.saoma-des b{
    color: #b88758;
}

@media screen and (max-width: 450px) {
    
}</pre></body></html>